From 81e7a35add85412914982856b5e0da2e2fc1808d Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 7 Nov 2005 00:49:17 +0000 Subject: [PATCH] Whack fs ptr in rd_init. --- gpsbabel/gpx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gpsbabel/gpx.c b/gpsbabel/gpx.c index 0a0f31719..c232470fa 100644 --- a/gpsbabel/gpx.c +++ b/gpsbabel/gpx.c @@ -967,6 +967,7 @@ gpx_rd_init(const char *fname) XML_SetElementHandler(psr, gpx_start, gpx_end); XML_SetCharacterDataHandler(psr, gpx_cdata); + fs_ptr = NULL; } #endif -- 2.30.2